home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global visible_g
- if visible_g = 0 then
- repeat with n = 11 to 30
- set visible_g to 0
- if rollOver(n) then
- set the visible of sprite n to 1
- set visible_g to n
- updateStage()
- exit repeat
- end if
- end repeat
- else
- if rollOver(visible_g) = 0 then
- set the visible of sprite visible_g to 0
- repeat with n = 11 to 30
- set visible_g to 0
- if rollOver(n) then
- set the visible of sprite n to 1
- set visible_g to n
- updateStage()
- exit repeat
- end if
- end repeat
- end if
- end if
- go(the frame)
- end
-